home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 076-100 / 092 / shar / poster < prev    next >
Text File  |  1995-03-13  |  3KB  |  56 lines

  1. Article 6577 of comp.sys.amiga:
  2. Path: mcdsun!noao!hao!husc6!cmcl2!rutgers!mtune!codas!usfvax2!jc3b21!fgd3
  3. From: fgd3@jc3b21.UUCP (Fabbian G. Dufoe)
  4. Newsgroups: comp.sys.amiga
  5. Subject: Shell Archive Programs for Amiga
  6. Keywords: shell archive sh shar source amiga
  7. Message-ID: <130@jc3b21.UUCP>
  8. Date: 22 Jul 87 16:20:08 GMT
  9. Organization: St. Petersburg Jr. College, FL
  10. Lines: 1035
  11.  
  12.  
  13.      Here are two programs to pack and unpack shell archives on the Amiga.
  14. Shell archives are great on Unix systems.  They simplify handling
  15. collections of files and everybody has the software to unpack them.  There
  16. are several other protocols which simplify shipping collections of files by
  17. phone.  The trouble with them is you need compatibile software at both ends
  18. of the line.
  19.  
  20.      Shell archives are more forgiving.  If you don't have the software to
  21. pack and unpack them you can treat them like ordinary text files.  You can
  22. even unpack them by hand.  That's a real pain, though, so I wrote these
  23. programs.
  24.  
  25.      Shar packs a shell archive and Sh unpacks it.  Any Unix system can
  26. unpack a shell archive created by my Shar program.  In fact, my Shar program
  27. will compile and run on Unix System/V on an AT&T 3B2.  My Sh program can
  28. unpack shell archives created by many Unix Shar programs.
  29.  
  30.      This is how I handle shell archives which my Sh can't unpack.  My
  31. Usenet access is via an AT&T 3B2 running Unix System/V.  I unpack the shell
  32. archive on the 3B2, then repack it with my Shar.  Then I download it to my
  33. Amiga and unpack it with Sh.  That's why I wrote Shar to be portable.
  34.  
  35.      The code was written for the Lattice AmigaDOS C Compiler, version 3.10.
  36. If you have that compiler you can compile both programs by executing
  37. Makefile once you have unpacked the shell archive.  If you have the Aztec C
  38. compiler I can't help you.  The code is vanilla C, so I don't think you'll
  39. have any trouble compiling it.  But I don't know the compiler commands you
  40. need.
  41.  
  42.      I hope you'll find these programs useful.  Perhaps I should apologize
  43. for posting them to comp.sys.amiga.  I never see anything in
  44. comp.sources.amiga but I see a lot of articles in comp.sys.amiga lamenting 
  45. the disappearance of things posted to one of those other groups.  From that 
  46. I've learned not to trust them.  Feel free to pass the code on to 
  47. comp.sources.amiga if you think that would help.
  48.  
  49. --Fabbian Dufoe
  50.   350 Ling-A-Mor Terrace South
  51.   St. Petersburg, Florida  33705
  52.   813-823-2350
  53.  
  54. UUCP: ...seismo!akgua!usfvax2!jc3b21!fgd3 
  55. -------------------------------cut here-------------------------------------
  56.